home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / port / linux / README < prev   
Text File  |  1994-08-01  |  2KB  |  37 lines

  1. $Header: /usr/people/sam/fax/port/linux/RCS/README,v 1.5 1994/04/14 00:21:42 sam Rel $
  2.  
  3. Kernels before about 13k need a small bugfix - see the file kernel.patch
  4. for details.  This must be applied for all kernels <= pl13.  pl9 and pl10
  5. (and maybe pl11) will patch cleanly (with offset lines warnings), but
  6. pl12 and pl13 will have to be patched by hand.  Kernels from patchlevel
  7. 14 onwards do not require any patching.  To install the patch, execute
  8. the following from the directory in which this file resides:
  9.  
  10.     (cd /usr/src/linux ; patch -s -p0) < kernel.patch
  11.  
  12. If you intend sharing the serial port with other programs (uucp, kermit,
  13. minicom, etc) make sure that the port you supply to faxaddmodem is the
  14. same as that used by the other programs.  If you want to allow remote
  15. logins and you are using the cua* devices, you will need to run getty
  16. with the corresponding ttyS* device.  This is because the cua* devices
  17. differ in some signal handling respects to the ttyS* devices, and the
  18. login process suffers.  My config.cua1 has the line:
  19.     GettyArgs:    "-h ttyS1 %s vt100"
  20.  
  21. If you are using the RINGBACK feature in getty_ps to allow your phone to
  22. be used for both voice and data calls, be aware that the standard
  23. FlexFax distribution does not yet support this feature.  I have a patch
  24. that supplies a workaround; contact me for details.
  25.  
  26. I've built this successfully with make 3.62, gcc 2.3.3, 99p9, and have
  27. received +ve results from users with gcc 2.4.5, 99p12.
  28.  
  29. If you are using gcc 2.3.3, the tiff library will require at least
  30. 15Mb (RAM + SWAP) and a significant amount of time to compile.  If
  31. you have the source handy, see the file port/generic/GCC-PATCH.
  32.  
  33. Problems to rick@razorback.brisnet.org.au or
  34.         pclink@qus102.qld.npb.telecom.com.au.
  35.  
  36. Rick.
  37.